home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Tech Tour ß1.0 / Tech Tour fl1.0 / card_3305.txt < prev    next >
Encoding:
Text File  |  1988-03-21  |  11.0 KB  |  541 lines

  1. -- card: 3305 from stack: in.0
  2. -- bmap block id: 33588
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: main logic board
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global mainlogic
  9.   if mainlogic = false then
  10.     setupmainlogic
  11.     put true into mainlogic
  12.   end if
  13.   show background field 2
  14. end opencard
  15.  
  16. on setupmainlogic
  17.   set lockscreen to true
  18.   repeat with i is 1 to 19
  19.     set the name of card button i to "?"
  20.     set the style of card button i to rectangle
  21.     set showname of card button i to true
  22.     show card button i
  23.     set lockscreen to false
  24.   end repeat
  25. end setupmainlogic
  26.  
  27.  
  28.  
  29. -- part 1 (button)
  30. -- low flags: 00
  31. -- high flags: 8002
  32. -- rect: left=210 top=223 right=242 bottom=224
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: ?
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   push card
  44.   set the style of target to transparent
  45.   set showname of target to false
  46.   visual effect iris open
  47.   go to card "audio jack"
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 3 (button)
  53. -- low flags: 00
  54. -- high flags: 8002
  55. -- rect: left=93 top=114 right=136 bottom=166
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: ?
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   push card
  67.   set the style of target to transparent
  68.   set showname of target to false
  69.   visual effect iris open
  70.   go to card id 4506
  71. end mouseUp
  72.  
  73.  
  74.  
  75.  
  76. -- part 6 (button)
  77. -- low flags: 00
  78. -- high flags: 0000
  79. -- rect: left=60 top=71 right=102 bottom=224
  80. -- title width / last selected line: 0
  81. -- icon id / first selected line: 0 / 0
  82. -- text alignment: 1
  83. -- font id: 0
  84. -- text size: 12
  85. -- style flags: 0
  86. -- line height: 16
  87. -- part name: ?
  88. ----- HyperTalk script -----
  89. on mouseUp
  90.   push card
  91.   set the style of target to transparent
  92.   set showname of target to false
  93.   visual effect iris open
  94.   go to card id 7712
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 40 (button)
  100. -- low flags: 00
  101. -- high flags: 8002
  102. -- rect: left=53 top=106 right=183 bottom=65
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 0 / 0
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: ?
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   push card
  114.   set the style of target to transparent
  115.   set showname of target to false
  116.   visual effect iris open
  117.   go to card id 9763
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 42 (button)
  123. -- low flags: 00
  124. -- high flags: 8002
  125. -- rect: left=167 top=110 right=143 bottom=204
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: ?
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   push card
  137.   set the style of target to transparent
  138.   set showname of target to false
  139.   visual effect iris open
  140.   go to card id 11324
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 43 (button)
  146. -- low flags: 00
  147. -- high flags: 8002
  148. -- rect: left=75 top=145 right=185 bottom=90
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: ?
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   push card
  160.   set the style of target to transparent
  161.   set showname of target to false
  162.   visual effect iris open
  163.   go to card id 10862
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 44 (button)
  169. -- low flags: 00
  170. -- high flags: A002
  171. -- rect: left=111 top=144 right=178 bottom=146
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: ?
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   push card
  183.   set the style of target to transparent
  184.   set showname of target to false
  185.   visual effect iris open
  186.   go to card id 7976
  187. end mouseUp
  188.  
  189.  
  190.  
  191. -- part 45 (button)
  192. -- low flags: 00
  193. -- high flags: 8002
  194. -- rect: left=148 top=144 right=178 bottom=163
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 0 / 0
  197. -- text alignment: 1
  198. -- font id: 0
  199. -- text size: 12
  200. -- style flags: 0
  201. -- line height: 16
  202. -- part name: ?
  203. ----- HyperTalk script -----
  204. on mouseUp
  205.   push card
  206.   set the style of target to transparent
  207.   set showname of target to false
  208.   visual effect iris open
  209.   go to card id 14927
  210. end mouseUp
  211.  
  212.  
  213.  
  214. -- part 46 (button)
  215. -- low flags: 00
  216. -- high flags: 8002
  217. -- rect: left=165 top=144 right=187 bottom=183
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 1
  221. -- font id: 0
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: ?
  226. ----- HyperTalk script -----
  227. on mouseUp
  228.   push card
  229.   set the style of target to transparent
  230.   set showname of target to false
  231.   visual effect iris open
  232.   go to card id 9409
  233. end mouseUp
  234.  
  235.  
  236.  
  237. -- part 48 (button)
  238. -- low flags: 00
  239. -- high flags: 8002
  240. -- rect: left=171 top=188 right=200 bottom=194
  241. -- title width / last selected line: 0
  242. -- icon id / first selected line: 0 / 0
  243. -- text alignment: 1
  244. -- font id: 0
  245. -- text size: 12
  246. -- style flags: 0
  247. -- line height: 16
  248. -- part name: ?
  249. ----- HyperTalk script -----
  250. on mouseUp
  251.   push card
  252.   set the style of target to transparent
  253.   set showname of target to false
  254.   visual effect iris open
  255.   go to card id 12279
  256. end mouseUp
  257.  
  258.  
  259.  
  260. -- part 49 (button)
  261. -- low flags: 00
  262. -- high flags: 8002
  263. -- rect: left=90 top=205 right=224 bottom=120
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 0 / 0
  266. -- text alignment: 1
  267. -- font id: 0
  268. -- text size: 12
  269. -- style flags: 0
  270. -- line height: 16
  271. -- part name: ?
  272. ----- HyperTalk script -----
  273. on mouseUp
  274.   push card
  275.   set the style of target to transparent
  276.   set showname of target to false
  277.   visual effect iris open
  278.   go to card id 22063
  279. end mouseUp
  280.  
  281.  
  282.  
  283. -- part 50 (button)
  284. -- low flags: 00
  285. -- high flags: 8002
  286. -- rect: left=121 top=199 right=213 bottom=171
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 1
  290. -- font id: 0
  291. -- text size: 12
  292. -- style flags: 0
  293. -- line height: 16
  294. -- part name: ?
  295. ----- HyperTalk script -----
  296. on mouseUp
  297.   push card
  298.   set the style of target to transparent
  299.   set showname of target to false
  300.   visual effect iris open
  301.   go to card id 20736
  302. end mouseUp
  303.  
  304.  
  305.  
  306. -- part 51 (button)
  307. -- low flags: 00
  308. -- high flags: 8002
  309. -- rect: left=121 top=214 right=226 bottom=186
  310. -- title width / last selected line: 0
  311. -- icon id / first selected line: 0 / 0
  312. -- text alignment: 1
  313. -- font id: 0
  314. -- text size: 12
  315. -- style flags: 0
  316. -- line height: 16
  317. -- part name: ?
  318. ----- HyperTalk script -----
  319. on mouseUp
  320.   push card
  321.   set the style of target to transparent
  322.   set showname of target to false
  323.   visual effect iris open
  324.   go to card id 21104
  325. end mouseUp
  326.  
  327.  
  328.  
  329. -- part 52 (button)
  330. -- low flags: 00
  331. -- high flags: 8002
  332. -- rect: left=55 top=224 right=236 bottom=81
  333. -- title width / last selected line: 0
  334. -- icon id / first selected line: 0 / 0
  335. -- text alignment: 1
  336. -- font id: 0
  337. -- text size: 12
  338. -- style flags: 0
  339. -- line height: 16
  340. -- part name: ?
  341. ----- HyperTalk script -----
  342. on mouseUp
  343.   push card
  344.   set the style of target to transparent
  345.   set showname of target to false
  346.   visual effect iris open
  347.   go to card id 8354
  348. end mouseUp
  349.  
  350.  
  351.  
  352. -- part 53 (button)
  353. -- low flags: 00
  354. -- high flags: 8002
  355. -- rect: left=82 top=226 right=245 bottom=126
  356. -- title width / last selected line: 0
  357. -- icon id / first selected line: 0 / 0
  358. -- text alignment: 1
  359. -- font id: 0
  360. -- text size: 12
  361. -- style flags: 0
  362. -- line height: 16
  363. -- part name: ?
  364. ----- HyperTalk script -----
  365. on mouseUp
  366.   push card
  367.   set the style of target to transparent
  368.   set showname of target to false
  369.   visual effect iris open
  370.   go to card id 9590
  371. end mouseUp
  372.  
  373.  
  374.  
  375. -- part 54 (button)
  376. -- low flags: 00
  377. -- high flags: 8002
  378. -- rect: left=128 top=226 right=245 bottom=179
  379. -- title width / last selected line: 0
  380. -- icon id / first selected line: 0 / 0
  381. -- text alignment: 1
  382. -- font id: 0
  383. -- text size: 12
  384. -- style flags: 0
  385. -- line height: 16
  386. -- part name: ?
  387. ----- HyperTalk script -----
  388. on mouseUp
  389.   push card
  390.   set the style of target to transparent
  391.   set showname of target to false
  392.   visual effect iris open
  393.   go to card id 10114
  394. end mouseUp
  395.  
  396.  
  397.  
  398. -- part 55 (button)
  399. -- low flags: 00
  400. -- high flags: 8002
  401. -- rect: left=180 top=226 right=238 bottom=193
  402. -- title width / last selected line: 0
  403. -- icon id / first selected line: 0 / 0
  404. -- text alignment: 1
  405. -- font id: 0
  406. -- text size: 12
  407. -- style flags: 0
  408. -- line height: 16
  409. -- part name: ?
  410. ----- HyperTalk script -----
  411. on mouseUp
  412.   push card
  413.   set the style of target to transparent
  414.   set showname of target to false
  415.   visual effect iris open
  416.   go to card id 8718
  417. end mouseUp
  418.  
  419.  
  420.  
  421. -- part 56 (button)
  422. -- low flags: 00
  423. -- high flags: 8002
  424. -- rect: left=193 top=226 right=238 bottom=206
  425. -- title width / last selected line: 0
  426. -- icon id / first selected line: 0 / 0
  427. -- text alignment: 1
  428. -- font id: 0
  429. -- text size: 12
  430. -- style flags: 0
  431. -- line height: 16
  432. -- part name: ?
  433. ----- HyperTalk script -----
  434. on mouseUp
  435.   push card
  436.   set the style of target to transparent
  437.   set showname of target to false
  438.   visual effect iris open
  439.   go to card id 8699
  440. end mouseUp
  441.  
  442.  
  443.  
  444. -- part 57 (button)
  445. -- low flags: 00
  446. -- high flags: 8002
  447. -- rect: left=128 top=186 right=198 bottom=158
  448. -- title width / last selected line: 0
  449. -- icon id / first selected line: 0 / 0
  450. -- text alignment: 1
  451. -- font id: 0
  452. -- text size: 12
  453. -- style flags: 0
  454. -- line height: 16
  455. -- part name: ?
  456. ----- HyperTalk script -----
  457. on mouseUp
  458.   push card
  459.   set the style of target to transparent
  460.   set showname of target to false
  461.   visual effect dissolve fast
  462.   go to card "analog board"
  463. end mouseUp
  464.  
  465.  
  466.  
  467. -- part 58 (button)
  468. -- low flags: 00
  469. -- high flags: 0000
  470. -- rect: left=368 top=122 right=135 bottom=461
  471. -- title width / last selected line: 0
  472. -- icon id / first selected line: 0 / 0
  473. -- text alignment: 1
  474. -- font id: 0
  475. -- text size: 12
  476. -- style flags: 0
  477. -- line height: 16
  478. -- part name: ?
  479. ----- HyperTalk script -----
  480. on mouseUp
  481.   push card
  482.   visual effect wipe left
  483.   go to card "mc68000"
  484. end mouseUp
  485.  
  486.  
  487.  
  488. -- part 59 (button)
  489. -- low flags: 00
  490. -- high flags: 0000
  491. -- rect: left=289 top=138 right=150 bottom=341
  492. -- title width / last selected line: 0
  493. -- icon id / first selected line: 0 / 0
  494. -- text alignment: 1
  495. -- font id: 0
  496. -- text size: 12
  497. -- style flags: 0
  498. -- line height: 16
  499. -- part name: ?
  500. ----- HyperTalk script -----
  501. on mouseUp
  502.   push card
  503.   visual effect wipe left
  504.   go to card "ram"
  505. end mouseUp
  506.  
  507.  
  508.  
  509. -- part 60 (field)
  510. -- low flags: 00
  511. -- high flags: 0004
  512. -- rect: left=285 top=267 right=305 bottom=512
  513. -- title width / last selected line: 0
  514. -- icon id / first selected line: 0 / 0
  515. -- text alignment: 0
  516. -- font id: 156
  517. -- text size: 12
  518. -- style flags: 256
  519. -- line height: 16
  520. -- part name: 
  521.  
  522.  
  523. -- part contents for background part 6
  524. ----- text -----
  525. The Main Logic Board
  526.  
  527.  
  528. -- part contents for background part 37
  529. ----- text -----
  530.  
  531. The main logic board contains most of the functional electronics of the Macintosh SE.  
  532.  
  533. It contains the microprocessor*, the memory* and the interface electronics, as well as the necessary input and output jacks to connect the main logic board to the other parts of the Macintosh SE.
  534.  
  535.  
  536.  
  537.  
  538. -- part contents for card part 60
  539. ----- text -----
  540. Click on a component in the drawing to learn more about it.
  541.